crypto/tls.Conn.retryCount (field)

6 uses

	crypto/tls (current package)
		conn.go#L117: 	retryCount int
		conn.go#L702: 		c.retryCount = 0
		conn.go#L796: 	c.retryCount++
		conn.go#L797: 	if c.retryCount > maxUselessRecords {
		conn.go#L1315: 	c.retryCount++
		conn.go#L1316: 	if c.retryCount > maxUselessRecords {